home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / util / pack / bzip2_0_1.lha / bzip2-0.1pl2 / README.AMIGA < prev    next >
Text File  |  1997-10-24  |  2KB  |  60 lines

  1.  
  2.     I found this archive in the GIMP distribution, and thought I'd try it
  3. out.  It compiled straight out of the box with GCC, and to my surprise the
  4. results were quite astounding.
  5.     Since Jonathan Forbes has sold the rights to LZX to M$, further
  6. development is unlikely to come of any use to us Amigans. Anyone care for
  7. using some of the algorithms in here? 
  8.  
  9.     Since it's from the Unix world, there isn't much support re. multiple
  10. files, directory recursing, but check out the tar-archive benchmarks for a
  11. quick idea on what could be done.  You may notice that the difference
  12. between bzip & lzx decrease when the blocksizes of lzx grow.  This is due
  13. to a maximum blocksize of bzip of 900 kb.
  14.  
  15.     Also, it wasn't me who did this thing, give the author credit for his work!
  16.  
  17.     The tests were done with:
  18.  
  19. lzx 1.21
  20. lha 1.38
  21. gzip 1.2.4
  22.  
  23. commandlines:
  24.  
  25. gzip -9 <FILE>
  26. lzx -9 -M5000 a <FILE>
  27. bzip2 -9 <FILE>
  28. lha a <FILE>
  29.  
  30. and the timing is courtesy of executive & timer
  31.  
  32.  
  33. intuition.doc : 358620 bytes
  34. -------+------------+--------------+--------------
  35. packer | comp. time | decomp. time | size     
  36. -------+------------+--------------+--------------
  37.  bzip2 |  23.81 s   |    5.11 s    | 66398 bytes
  38. -------+------------+--------------+--------------
  39.   lzx  |  55.17 s   |    1.54 s    | 82978 bytes
  40. -------+------------+--------------+--------------
  41.  gzip  |  10.51 s   |    1.30 s    | 91318 bytes
  42. -------+------------+--------------+--------------
  43.   lha  |   7.30 s    |    1.50 s    | 103247 bytes
  44. -------+------------+--------------+--------------
  45.  
  46.  
  47. include.tar : 2764800 bytes
  48. -------+------------+--------------+--------------
  49. packer | comp. time | decomp. time | size     
  50. -------+------------+--------------+--------------
  51.  bzip2 |  2 m 46 s  |      48 s    | 680643 bytes
  52. -------+------------+--------------+--------------
  53.   lzx  | 10 m 48 s  |    8.08 s    | 702820 bytes
  54. -------+------------+--------------+--------------
  55.  gzip  |  2 m 0 s   |    14.2 s    | 775186 bytes
  56. -------+------------+--------------+--------------
  57.   lha  |  1 m 8 s    |    8.24 s    | 831226 bytes
  58. -------+------------+--------------+--------------
  59.  
  60.